home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / VirtualDrive 7.0 / MM42.cab / cdawdm_NTXP.inf
Windows Setup INFormation  |  2002-01-19  |  3KB  |  121 lines

  1. ; CDAWDM.inf
  2. ;
  3.  
  4. [Version]
  5. Signature="$Windows NT$"
  6. Provider=%FARSTONE%
  7. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  8. Class=SCSIAdapter
  9. DriverVer=11/13/2001
  10.  
  11. [DestinationDirs]
  12. DefaultDestDir   = 12
  13.  
  14. ;
  15. ; Driver information
  16. ;
  17.  
  18. [Manufacturer]
  19. %FARSTONE%   = FARSTONE.Mfg
  20.  
  21. [FARSTONE.Mfg]
  22. %FARSTONE.DeviceDesc0% = CDAWDM, *cdawdm2
  23.  
  24. ;
  25. ; General installation section
  26. ;
  27.  
  28. ;NT Istall
  29. [DefaultInstall]
  30. AddReg=CDAWDM.AddReg
  31. CopyFiles=CDAWDM.Miniport
  32.  
  33. ;NT UnIstall
  34. [DeleteInstall]
  35. DelReg=CDAWDM.AddReg
  36.  
  37. ;2000 Install
  38. [CDAWDM]
  39. CopyFiles=CDAWDM.Miniport
  40. LogConfig=CDAWDM.LogConfig
  41.  
  42. [CDAWDM.LogConfig]
  43. ConfigPriority = DESIRED
  44. ;MemConfig      = 1@C0000-FFFFF%FFFFF
  45.  
  46. [CDAWDM.AddReg]
  47. HKLM,System\CurrentControlSet\Services\CDAWDM,Group,%REG_SZ%,"SCSI miniport"
  48. HKLM,System\CurrentControlSet\Services\CDAWDM,Type,%REG_DWORD%,1
  49. HKLM,System\CurrentControlSet\Services\CDAWDM,Start,%REG_DWORD%,1
  50. HKLM,System\CurrentControlSet\Services\CDAWDM,ErrorControl,%REG_DWORD%,0
  51. HKLM,System\CurrentControlSet\Services\EventLog\System\CDAWDM,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  52. HKLM,System\CurrentControlSet\Services\EventLog\System\CDAWDM,TypesSupported,%REG_DWORD%,7
  53.  
  54.  
  55. [CDAWDM.Miniport]
  56. ;CDAWDM.sys
  57. ;Note: bound must comment above line..
  58.  
  59. ;
  60. ; Service Installation
  61. ;
  62.  
  63. [CDAWDM.Services]
  64. AddService = CDAWDM, 0x00000002 , CDAWDM_Service_Inst, CDAWDM_EventLog_Inst
  65.  
  66. [CDAWDM_Service_Inst]
  67. DisplayName    = %CDAWDM.SvcDesc%
  68. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  69. StartType      = 1                  ; SERVICE_SYSTEM_START
  70. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  71. LoadOrderGroup = SCSI Miniport
  72. ServiceBinary  = %12%\CDAWDM.sys
  73.  
  74. AddReg         = pnpsafe_isa_addreg
  75.  
  76.  
  77. [CDAWDM_EventLog_Inst]
  78. AddReg = CDAWDM_EventLog_AddReg
  79.  
  80. [CDAWDM_EventLog_AddReg]
  81. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\CDAWDM.sys"
  82. HKR,,TypesSupported,0x00010001,7
  83.  
  84.  
  85. [pnpsafe_isa_addreg]
  86. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
  87.  
  88.  
  89. ;
  90. ; driver file:
  91. ;
  92.  
  93. [SourceDisksNames.x86]
  94. 1 = %DiskId1%,,,""
  95.  
  96. [SourceDisksFiles]
  97. CDAWDM.sys = 1,,
  98.  
  99.  
  100. [Strings]
  101.  
  102. ;
  103. ; Data type:
  104. ;
  105.  
  106. REG_SZ         = 0x00000000
  107. REG_MULTI_SZ   = 0x00010000
  108. REG_EXPAND_SZ  = 0x00020000
  109. REG_BINARY     = 0x00000001
  110. REG_DWORD      = 0x00010001
  111. SERVICEROOT    = "System\CurrentControlSet\Services"
  112.  
  113. ;
  114. ;Strings
  115. ;
  116.  
  117. FARSTONE.DeviceDesc0 = "FarStone CDAWDM2001 SCSI Host Adapter"
  118. DiskId1 = "Far Stone Installation Disk"
  119. FARSTONE = "Far Stone"."
  120. CDAWDM.SvcDesc="CDAWDM"
  121.